home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Frameworks
/
Extension Shell 1.4
/
Extension Shell 1.4 (Source)
/
ShowIcon.h
< prev
next >
Wrap
Text File
|
1995-10-30
|
506b
|
21 lines
/* NAME:
ShowIcon.h
WRITTEN BY:
Dair Grant
DESCRIPTION:
Header file for ShowIcon.c.
___________________________________________________________________________
*/
#ifndef __SHOWICON__
#define __SHOWICON__
//=============================================================================
// Function prototypes
//-----------------------------------------------------------------------------
void PlotINITIcon(Boolean haveSys7, short animDelay, short numIcons, short (*theIcons)[]);
#endif